@charset "UTF-8";
/********常量********/
/*间距*/
/*栅格系统间距*/
/*圆角*/
/********全局********/
body {
  line-height: 170%;
  font-family: "Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
  font-family: "PingFangSC,Roboto-Regular,Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,sans-serif";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #575757;
  font-size: .9375rem; }

img {
  max-width: 100%;
  max-height: 100%; }

a {
  color: #575757;
  transition: .4s; }

a:hover {
  text-decoration: none;
  color: #172a4f; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

p {
  margin-bottom: .65rem; }

ul {
  padding: 0;
  margin: 0;
  list-style: none; }

/*没内容*/
.noinfo img {
  width: 170px; }

.noinfo .btn {
  padding-left: 50px;
  padding-right: 50px; }

/******图标******/
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/******文字颜色大小******/
.text-primary {
  color: #172a4f !important; }

.text-primary-dk {
  color: #0c1e40 !important; }

.text-primary-lt {
  color: #4170fc !important; }

.bg-primary {
  background-color: #172a4f !important; }

.bg-primary-dk {
  background-color: #0c1e40 !important; }

.bg-primary-lt {
  background-color: #4170fc !important; }

.text-dark, .text-muted, .text-muted-lt, .text-normal {
  trasition: .4s; }

.text-dark {
  color: #303030 !important; }

.text-muted {
  color: #757575 !important; }

.text-muted-lt {
  color: #b2b2b2 !important; }

.text-normal {
  color: #575757 !important; }

a.text-muted:hover,
a.text-muted-lt:hover,
a.text-dark:hover,
a.text-normal:hover,
a.text-primary:hover,
a:hover .text-muted,
a:hover .text-muted-lt,
a:hover .text-dark,
a:hover .text-normal,
a:hover .text-primary {
  color: #172a4f !important; }

.text-warning {
  color: #ffd964 !important; }

.text-danger {
  color: #f13232 !important; }

/******背景色******/
.bg-gray {
  background-color: #f2f6f9 !important; }

.bg-dark {
  background-color: #414141 !important; }

/******图片100%全屏******/
.img-100 {
  width: 100%;
  max-width: auto; }

/******表单******/
.form-control {
  padding: 10px 15px;
  height: calc(1.5em + 20px + 2px);
  font-size: 14px; }

/*input提示框颜色*/
input::-webkit-input-placeholder {
  color: #999 !important; }

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999 !important; }

　　
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999 !important; }

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999 !important; }

/*按钮*/
.btn {
  padding: 10px 15px;
  font-size: 14px; }

.btn:hover, .btn:focus, .btn:active, .btn-outline-primary:not(:disabled):not(.disabled):active {
  box-shadow: none !important; }

.btn:hover, .btn:focus, .btn:active {
  background-color: #0c1e40 !important;
  border-color: #0c1e40 !important; }

.btn-outline-secondary {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7);
  transition: .6s; }

.btn-outline-secondary:hover {
  background-color: rgba(0, 0, 0, 0.4) !important;
  border-color: rgba(0, 0, 0, 0.2) !important;
  color: #fff !important; }

.btn-primary,
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #172a4f;
  border-color: #172a4f;
  color: #fff !important; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff !important; }

.btn-outline-primary {
  border-color: #0c1e40;
  color: #172a4f; }

/******文字行数******/
.text-truncate2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical; }

.text-truncate3 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical; }

/******背景图（覆盖）******/
.bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

/********框架********/
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

.content-wrapper {
  flex: 1 1 auto; }

/******间距******/
/*内容距导航间距*/
.main-top {
  margin-top: 60px; }

/*块间距*/
.pt-section, .py-section {
  padding-top: 30px; }

.pb-section, .py-section {
  padding-bottom: 30px; }

.pt-section-lg, .py-section-lg {
  padding-top: 40px; }

.pb-section-lg, .py-section-lg {
  padding-bottom: 40px; }

/*栅格系统间距*/
.row.row-0 {
  margin-left: 0;
  margin-right: 0; }

.row.row-0 > * {
  padding-left: 0;
  padding-right: 0; }

.row {
  margin-left: -8px;
  margin-right: -8px; }

.row > * {
  padding-left: 8px;
  padding-right: 8px; }

/*列表默认底部间距*/
.row .item {
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .bg-md-gray {
    background-color: #f2f6f9; }
  /*内容距导航间距*/
  /*块间距*/
  .pt-section, .py-section {
    padding-top: 50px; }
  .pb-section, .py-section {
    padding-bottom: 50px; }
  .pt-section-lg, .py-section-lg {
    padding-top: 80px; }
  .pb-section-lg, .py-section-lg {
    padding-bottom: 80px; }
  /*栅格系统间距*/
  .row {
    margin-left: -10px;
    margin-right: -10px; }
  .row > * {
    padding-left: 10px;
    padding-right: 10px; }
  /*列表默认底部间距*/ }

@media (min-width: 1024px) {
  body {
    font-size: .9375rem; }
  /*内容距导航间距*/
  .main-top {
    margin-top: 86px; }
  /*块间距*/
  .pt-section, .py-section {
    padding-top: 60px; }
  .pb-section, .py-section {
    padding-bottom: 60px; }
  .pt-section-lg, .py-section-lg {
    padding-top: 100px; }
  .pb-section-lg, .py-section-lg {
    padding-bottom: 100px; }
  /*栅格系统间距*/
  .row {
    margin-left: -12px;
    margin-right: -12px; }
  .row > * {
    padding-left: 12px;
    padding-right: 12px; }
  /*列表默认底部间距*/
  .row .item {
    margin-bottom: 24px; } }

@media (min-width: 1366px) {
  /*内容距导航间距*/
  /*块间距*/
  .pt-section, .py-section {
    padding-top: 80px; }
  .pb-section, .py-section {
    padding-bottom: 80px; }
  .pt-section-lg, .py-section-lg {
    padding-top: 130px; }
  .pb-section-lg, .py-section-lg {
    padding-bottom: 130px; }
  /*栅格系统间距*/
  .row {
    margin-left: -14px;
    margin-right: -14px; }
  .row > * {
    padding-left: 14px;
    padding-right: 14px; }
  /*列表默认底部间距*/
  .row .item {
    margin-bottom: 30px; } }

@media (min-width: 1680px) {
  body {
    font-size: 1rem; }
  .container {
    min-width: 1430px; } }

/******线条颜色******/
.border-top,
.border-left,
.border-right,
.border-bottom {
  border-color: #ededed !important; }

/********标题********/
/********图片/背景图片 高宽等比盒子********/
.img-box-over {
  overflow: hidden;
  width: 100%;
  height: 0; }

.img-box-over img {
  min-width: 100%;
  min-height: 100%;
  max-height: none; }

/******投影******/
.box-shadow {
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1); }

/******鼠标效果******/
/*--投影--*/
.box-shadow,
.box-shadow-hover {
  transition: .4s ease-out; }

.box-shadow:hover,
.box-shadow-hover:hover {
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px); }

/*图片放大*/
.img-hoverbig .img-wrapper {
  overflow: hidden; }

.img-hoverbig .img-wrapper img {
  transition: .6s ease-out; }

.img-hoverbig:hover .img-wrapper img {
  transform: scale(1.05); }

/*-------------------在线客服---------------------------*/
#rightsead {
  height: 200px;
  position: fixed;
  z-index: 999;
  top: 50%;
  margin-top: -59px;
  right: -70px;
  transition: .3s;
  font-size: 14px; }

*html #rightsead {
  margin-top: 368px;
  position: absolute;
  top: expression(eval(document.documentElement.scrollTop)); }

#rightsead li {
  height: 50px;
  list-style: none;
  margin-bottom: 1px; }

#rightsead li a {
  height: 50px;
  cursor: pointer;
  float: right;
  display: block;
  min-width: 50px;
  max-width: 160px;
  text-align: center; }

#rightsead li a .icon {
  display: block;
  width: 50px;
  height: 50px;
  padding: 12px;
  line-height: 50px;
  color: #fff;
  -webkit-transition: background .8s;
  -ms-transition: background .8s;
  -o-transition: background .8s;
  transition: background .8s;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px; }

#rightsead li a .shows {
  display: block; }

#rightsead li a.youhui .hides {
  background: url(../../images/arrow.png) right 0 top 15px no-repeat;
  margin-right: -138px;
  display: none;
  position: absolute;
  right: 188px;
  top: 0; }

#rightsead li a.youhui .hides-big {
  top: -25px;
  background: url(../../images/arrow.png) right 0 top 22% no-repeat; }

#rightsead li a.youhui .hides-md {
  top: -12px;
  background: url(../../images/arrow.png) right 0 top 22% no-repeat; }

#rightsead li a .hides .icon {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 50px;
  height: 50px;
  padding: 12px;
  line-height: 50px;
  background: #fff;
  color: #575757;
  border: 1px solid #808080; }

#rightsead li a .hides span {
  height: 50px;
  line-height: 50px;
  padding-left: 45px;
  padding-right: 10px; }

#rightsead li a.youhui .hides .bg {
  margin-right: 9px;
  width: 161px;
  background: #808080;
  color: #fff;
  line-height: 180%; }

/*-------------------在线客服 end---------------------------*/
.header-wrapper {
  background-color: transparent !important;
  transition: .4s; }
  .header-wrapper .navbar .navbar-brand img {
    height: 34px; }
  .header-wrapper .navbar .navbar-toggler {
    outline: none;
    border-width: 0;
    margin-right: -15px; }
    .header-wrapper .navbar .navbar-toggler .navbar-toggler-icon {
      background-image: none;
      color: #fff; }
      .header-wrapper .navbar .navbar-toggler .navbar-toggler-icon .iconfont {
        font-size: 28px;
        line-height: 32px; }
  .header-wrapper.mobile, .header-wrapper.down {
    background-color: #fff !important;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1); }
    .header-wrapper.mobile .navbar-toggler .navbar-toggler-icon, .header-wrapper.down .navbar-toggler .navbar-toggler-icon {
      color: #303030; }

@media (max-width: 1023px) {
  .header-wrapper .navbar .logo-wrapper {
    width: 100%; }
  .header-wrapper .navbar .navbar-collapse {
    border-top: 1px solid #ededed;
    margin: 0.5rem -15px;
    padding: 0 15px; }
    .header-wrapper .navbar .navbar-collapse .navbar-nav {
      margin: 0 -15px;
      padding: 15px 0; }
      .header-wrapper .navbar .navbar-collapse .navbar-nav .nav-item {
        outline: none; }
        .header-wrapper .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
          font-size: 16px;
          padding: 12px 15px;
          color: #303030;
          outline: none; }
        .header-wrapper .navbar .navbar-collapse .navbar-nav .nav-item.show .nav-link {
          color: #172a4f;
          background-color: #ededed; }
          .header-wrapper .navbar .navbar-collapse .navbar-nav .nav-item.show .nav-link .icon-xiangyou {
            transform: rotate(90deg); }
        .header-wrapper .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
          border-width: 0;
          padding: 10px 0 5px 0;
          margin: 0; }
          .header-wrapper .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item {
            padding: 10px 15px;
            font-size: 15px;
            color: #575757; } }

@media (min-width: 768px) {
  .header-wrapper .navbar-nav .nav-link {
    color: #575757;
    padding-left: 15px;
    padding-right: 15px; }
  .header-wrapper:hover .navbar-nav .nav-link:hover, .header-wrapper:hover .navbar-nav .nav-link:active, .header-wrapper:hover .navbar-nav .nav-link:focus, .header-wrapper.down .navbar-nav .nav-link:hover, .header-wrapper.down .navbar-nav .nav-link:active, .header-wrapper.down .navbar-nav .nav-link:focus {
    color: #172a4f; } }

@media (min-width: 1024px) {
  .header-wrapper .navbar {
    padding-top: 0;
    padding-bottom: 0; }
    .header-wrapper .navbar .navbar-nav .nav-item .nav-link {
      font-size: 14px;
      padding: 16.5px 12px;
      color: rgba(255, 255, 255, 0.9); }
      .header-wrapper .navbar .navbar-nav .nav-item .nav-link .iconfont {
        font-size: 18px;
        transition: .4s; }
    .header-wrapper .navbar .navbar-nav .nav-item .dropdown-menu {
      top: calc(100% - 1px);
      right: 0;
      margin: 0;
      border-radius: 0 0 3px 3px;
      border-width: 1px 0 0 0;
      border-color: rgba(255, 255, 255, 0.2);
      background-color: rgba(23, 42, 79, 0.9);
      padding: 0;
      min-width: 50px; }
      .header-wrapper .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
        font-size: 13px;
        padding: 8px 10px;
        text-align: center;
        color: #fff; }
        .header-wrapper .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:last-child {
          border-radius: 0 0 3px 3px; }
    .header-wrapper .navbar .navbar-nav .nav-item.user {
      margin-left: 15px; }
    .header-wrapper .navbar .navbar-nav .nav-item:hover .nav-link, .header-wrapper .navbar .navbar-nav .nav-item:hover .nav-link .iconfont, .header-wrapper .navbar .navbar-nav .nav-item:focus .nav-link, .header-wrapper .navbar .navbar-nav .nav-item:focus .nav-link .iconfont, .header-wrapper .navbar .navbar-nav .nav-item:active .nav-link, .header-wrapper .navbar .navbar-nav .nav-item:active .nav-link .iconfont, .header-wrapper .navbar .navbar-nav .nav-item.user .nav-link, .header-wrapper .navbar .navbar-nav .nav-item.user .nav-link .iconfont {
      color: #fff !important; }
    .header-wrapper .navbar .navbar-nav .nav-item:hover .nav-link, .header-wrapper .navbar .navbar-nav .nav-item:focus .nav-link, .header-wrapper .navbar .navbar-nav .nav-item:active .nav-link, .header-wrapper .navbar .navbar-nav .nav-item.user .nav-link {
      background-color: rgba(23, 42, 79, 0.9); }
    .header-wrapper .navbar .navbar-nav .nav-item:hover .dropdown-menu .dropdown-item:hover, .header-wrapper .navbar .navbar-nav .nav-item:focus .dropdown-menu .dropdown-item:hover, .header-wrapper .navbar .navbar-nav .nav-item:active .dropdown-menu .dropdown-item:hover, .header-wrapper .navbar .navbar-nav .nav-item.user .dropdown-menu .dropdown-item:hover {
      background-color: #0c1e40;
      color: #fff !important; }
  .header-wrapper:hover, .header-wrapper.down {
    background-color: #fff !important;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1); }
    .header-wrapper:hover .navbar .navbar-nav .nav-link, .header-wrapper.down .navbar .navbar-nav .nav-link {
      color: #575757; } }

@media (min-width: 1366px) {
  .header-wrapper .navbar .navbar-brand img {
    height: 44px; }
  .header-wrapper .navbar .navbar-nav .nav-item .nav-link {
    padding: 26.5px 18px;
    font-size: 15px; }
    .header-wrapper .navbar .navbar-nav .nav-item .nav-link .iconfont {
      font-size: 26px;
      padding-right: 12px !important; }
  .header-wrapper .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    font-size: 15px;
    padding-top: 13px;
    padding-bottom: 13px; } }

@media (min-width: 1680px) {
  .header-wrapper .navbar .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    padding-left: 22px;
    padding-right: 22px; }
  .header-wrapper .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    font-size: 15px; } }

.swiper-focus {
  height: 100vh;
  /*焦点图动画*/
  /*焦点图导航*/ }
  .swiper-focus .swiper-slide {
    position: relative; }
    .swiper-focus .swiper-slide::before {
      position: absolute;
      content: '';
      z-index: 1;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-image: url(../images/bg-dot.png);
      background-position: 0 0; }
    .swiper-focus .swiper-slide .focus-text {
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 2; }
      .swiper-focus .swiper-slide .focus-text .text-wrapper {
        margin-bottom: 18vh; }
        .swiper-focus .swiper-slide .focus-text .text-wrapper .title {
          position: relative;
          font-size: 24px;
          line-height: 1.7;
          margin-bottom: 30px; }
          .swiper-focus .swiper-slide .focus-text .text-wrapper .title::before {
            position: absolute;
            content: '';
            z-index: 3;
            left: 50%;
            bottom: -12px;
            width: 2em;
            height: 2px;
            background-color: #fff;
            margin-left: -1em; }
          .swiper-focus .swiper-slide .focus-text .text-wrapper .title img {
            width: 320px; }
        .swiper-focus .swiper-slide .focus-text .text-wrapper .des {
          font-size: 14px;
          line-height: 1.5;
          color: rgba(255, 255, 255, 0.8); }
          .swiper-focus .swiper-slide .focus-text .text-wrapper .des.en {
            font-family: 'Microsoft YaHei light';
            margin-top: 8px;
            width: 270px;
            color: rgba(255, 255, 255, 0.6);
            line-height: 1.3; }
  .swiper-focus .swiper-slide-active .focus-text .text-wrapper .title {
    animation: fadeInUpa 1s ease-in-out .2s 1;
    -webkit-animation: fadeInUpa 1s ease-in-out .2s 1; }
  .swiper-focus .swiper-slide-active .focus-text .text-wrapper .des {
    animation: fadeInUpa 1s ease-in-out .25s 1;
    -webkit-animation: fadeInUpa 1s ease-in-out .25s 1; }
  .swiper-focus .swiper-slide-active .focus-text .text-wrapper .des.en {
    animation: fadeInUpa 1s ease-in-out .25s 1;
    -webkit-animation: fadeInUpa 1s ease-in-out .25s 1; }
  .swiper-focus > .swiper-pagination-bullets {
    bottom: 40vh; }
    .swiper-focus > .swiper-pagination-bullets .swiper-pagination-bullet {
      background-color: #fff;
      opacity: .4; }
    .swiper-focus > .swiper-pagination-bullets .swiper-pagination-bullet-active {
      background-color: #4170fc;
      opacity: .9; }

/*焦点图底部箭头*/
.mainImage_scroll {
  width: 22px;
  position: absolute;
  left: 50%;
  margin-left: -11px;
  bottom: 55px;
  z-index: 3;
  transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  transform-origin: center bottom;
  moz-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -webkit-transform-origin: center bottom;
  -webkit-perspective: 500px;
  perspective: 500px;
  cursor: pointer; }

.mainImage_scroll:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 39px;
  border: 2px solid #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

.mainImage_scroll:after {
  content: "";
  position: absolute;
  top: 28px;
  left: 10px;
  width: 2px;
  height: 40px;
  background: #fff; }

.mainImage_scrollIcon {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: block;
  margin: 0 auto;
  width: 2px;
  height: 8px;
  background: #fff;
  -webkit-animation: fadeOutDown 2s infinite;
  animation: fadeOutDown 2s infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@media (min-width: 768px) {
  .swiper-focus {
    /*焦点图导航*/
    /* 焦点图切换*/ }
    .swiper-focus .swiper-slide .focus-text .text-wrapper {
      margin-bottom: 15vh; }
      .swiper-focus .swiper-slide .focus-text .text-wrapper .title {
        font-size: 30px;
        margin-bottom: 40px; }
        .swiper-focus .swiper-slide .focus-text .text-wrapper .title::before {
          bottom: -15px; }
        .swiper-focus .swiper-slide .focus-text .text-wrapper .title img {
          width: 420px; }
      .swiper-focus .swiper-slide .focus-text .text-wrapper .des {
        font-size: 15px; }
        .swiper-focus .swiper-slide .focus-text .text-wrapper .des.en {
          width: 300px; }
    .swiper-focus > .swiper-pagination-bullets {
      bottom: 42vh; }
    .swiper-focus .swiper-button-next,
    .swiper-focus .swiper-button-prev {
      background: none;
      width: 10%;
      left: 0;
      top: 0;
      height: 100%;
      margin-top: 0;
      outline: none; }
      .swiper-focus .swiper-button-next .iconfont,
      .swiper-focus .swiper-button-prev .iconfont {
        opacity: 0;
        width: 64px;
        height: 64px;
        padding: 20px;
        color: #fff;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
        border-radius: 50%;
        font-size: 30px;
        transition: .8s ease; }
      .swiper-focus .swiper-button-next:hover .iconfont,
      .swiper-focus .swiper-button-prev:hover .iconfont {
        opacity: .6; }
    .swiper-focus .swiper-button-next {
      left: auto;
      right: 0; } }

@media (min-width: 1024px) {
  .swiper-focus {
    /*焦点图导航*/ }
    .swiper-focus .swiper-slide .focus-text .text-wrapper {
      margin-bottom: 13vh; }
    .swiper-focus > .swiper-pagination-bullets {
      bottom: 38vh; } }

@media (min-width: 1336px) {
  .swiper-focus {
    /*焦点图导航*/
    /* 焦点图切换*/ }
    .swiper-focus .swiper-slide .focus-text .text-wrapper .title {
      font-size: 32px;
      margin-bottom: 45px; }
      .swiper-focus .swiper-slide .focus-text .text-wrapper .title::before {
        bottom: -18px; }
      .swiper-focus .swiper-slide .focus-text .text-wrapper .title img {
        width: 480px; }
    .swiper-focus .swiper-slide .focus-text .text-wrapper .des {
      font-size: 17px; }
      .swiper-focus .swiper-slide .focus-text .text-wrapper .des.en {
        margin-top: 15px; }
    .swiper-focus .swiper-button-next .iconfont,
    .swiper-focus .swiper-button-prev .iconfont {
      font-size: 36px; } }

@media (min-width: 1680px) {
  .swiper-focus {
    /*焦点图导航*/ }
    .swiper-focus .swiper-slide .focus-text .text-wrapper .title {
      font-size: 38px;
      margin-bottom: 50px; }
      .swiper-focus .swiper-slide .focus-text .text-wrapper .title::before {
        bottom: -18px; }
      .swiper-focus .swiper-slide .focus-text .text-wrapper .title img {
        width: 520px; }
    .swiper-focus .swiper-slide .focus-text .text-wrapper .des {
      font-size: 18px; }
      .swiper-focus .swiper-slide .focus-text .text-wrapper .des.en {
        width: 320px;
        margin-top: 20px; }
    .swiper-focus > .swiper-pagination-bullets .swiper-pagination-bullet {
      width: 9px;
      height: 9px;
      margin: 0 5px; } }

@media (min-width: 1920px) {
  .swiper-focus {
    /*焦点图导航*/ }
    .swiper-focus .swiper-slide .focus-text .text-wrapper .title {
      font-size: 46px;
      margin-bottom: 60px; }
      .swiper-focus .swiper-slide .focus-text .text-wrapper .title::before {
        bottom: -22px; }
    .swiper-focus .swiper-slide .focus-text .text-wrapper .des {
      font-size: 18px; }
      .swiper-focus .swiper-slide .focus-text .text-wrapper .des.en {
        width: 345px; }
    .swiper-focus > .swiper-pagination-bullets .swiper-pagination-bullet {
      width: 11px;
      height: 11px;
      margin: 0 6px; } }

.topimg-focus {
  height: 200px; }
  .topimg-focus::before {
    position: absolute;
    content: '';
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../images/bg-dot.png);
    background-position: 0 0; }
  .topimg-focus.topimg-focus-sm {
    height: 120px; }

@media (min-width: 768px) {
  .topimg-focus {
    height: auto; }
    .topimg-focus img {
      width: 100%; }
    .topimg-focus.topimg-focus-sm {
      height: 180px; } }

@media (min-width: 1024px) {
  .topimg-focus.topimg-focus-sm {
    height: 220px; } }

@media (min-width: 1366px) {
  .topimg-focus.topimg-focus-sm {
    height: 260px; } }

.nav-three-wrapper {
  position: relative;
  z-index: 9;
  height: 40px;
  margin-top: -40px;
  margin-left: -15px;
  margin-right: -15px;
  background-color: rgba(0, 0, 0, 0.3); }
  .nav-three-wrapper .list-nav-three .item {
    line-height: 40px;
    color: #fff;
    transition: .4s; }
    .nav-three-wrapper .list-nav-three .item.active, .nav-three-wrapper .list-nav-three .item:hover {
      background-color: #172a4f; }

@media (min-width: 768px) {
  .nav-three-wrapper {
    margin-left: 0px;
    margin-right: 0px; } }

@media (min-width: 1366px) {
  .nav-three-wrapper {
    height: 50px;
    margin-top: -50px; }
    .nav-three-wrapper .list-nav-three .item {
      line-height: 50px; } }

.title-main {
  margin-bottom: 30px; }
  .title-main .title.line, .title-main .des.line {
    display: inline-block;
    position: relative; }
  .title-main .title {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 12px; }
  .title-main .title.line:before, .title-main .des.line:before {
    position: absolute;
    content: '';
    bottom: -.5em;
    left: 0;
    width: 2.1em;
    height: 2px;
    background-color: #4170fc; }
  .title-main .des.line:before {
    width: 100%; }
  .title-main.text-left, .title-main.text-center {
    margin-bottom: 35px; }
    .title-main.text-left .title.line, .title-main.text-center .title.line {
      font-size: 20px; }
      .title-main.text-left .title.line:before, .title-main.text-center .title.line:before {
        left: 0;
        bottom: -1em; }
  .title-main.text-center .title.line:before {
    left: 50%;
    margin-left: -1em; }

@media (min-width: 768px) {
  margin-bottom: 40px;
  .title-main .title {
    font-size: 20px; }
  .title-main.text-left, .title-main.text-center {
    margin-bottom: 40px; }
    .title-main.text-left .title.line, .title-main.text-center .title.line {
      font-size: 22px; } }

@media (min-width: 1024px) {
  .title-main {
    margin-bottom: 45px; }
    .title-main .title {
      font-size: 22px; }
    .title-main.text-left, .title-main.text-center {
      margin-bottom: 60px; }
      .title-main.text-left .title.line, .title-main.text-center .title.line {
        font-size: 24px; } }

@media (min-width: 1366px) {
  .title-main {
    margin-bottom: 50px; }
    .title-main .title {
      font-size: 24px;
      margin-bottom: 18px; }
    .title-main .des.line:before {
      bottom: -.7em;
      height: 3px; }
    .title-main.text-left, .title-main.text-center {
      margin-bottom: 65px; }
      .title-main.text-left .title.line, .title-main.text-center .title.line {
        font-size: 28px; }
        .title-main.text-left .title.line:before, .title-main.text-center .title.line:before {
          height: 3px; } }

@media (min-width: 1680px) {
  .title-main .title {
    font-size: 28px; }
  .title-main.text-left, .title-main.text-center {
    margin-bottom: 75px; }
    .title-main.text-left .title.line, .title-main.text-center .title.line {
      font-size: 30px; } }

.hintro-wrapper .hintro {
  padding-left: 15px;
  padding-right: 15px;
  background-image: url(../images/bg-intro.png);
  background-position: right bottom;
  background-size: 60%;
  background-repeat: no-repeat; }

.list-hintro {
  margin-top: 25px; }
  .list-hintro .item .icon-wrapper .iconfont {
    font-size: 24px; }
  .list-hintro .item .des {
    font-size: 12px;
    line-height: 1.4; }

@media (min-width: 768px) {
  .hintro-wrapper .hintro {
    padding-left: 45px;
    padding-right: 45px;
    background-size: 40%; }
  .list-hintro {
    margin-top: 35px; }
    .list-hintro .item .icon-wrapper .iconfont {
      font-size: 28px; }
    .list-hintro .item .title {
      font-size: 15px;
      margin-bottom: 5px; } }

@media (min-width: 1024px) {
  .hintro-wrapper {
    position: relative; }
    .hintro-wrapper::after {
      position: absolute;
      content: '';
      z-index: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 50%;
      height: 100%;
      background-image: url(../images/h-bg-intro.jpg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
    .hintro-wrapper .hintro {
      position: relative;
      z-index: 3;
      width: calc(100% + 12px);
      padding-left: 0;
      background-size: 52%; }
      .hintro-wrapper .hintro::before {
        position: absolute;
        content: '';
        z-index: 0;
        right: 80%;
        top: 0;
        bottom: 0;
        width: 70%;
        background-color: #fff; }
      .hintro-wrapper .hintro .arrow-btn {
        left: auto;
        right: 0;
        bottom: 0;
        width: 68px;
        height: 68px;
        background-color: rgba(23, 42, 79, 0.9); } }

@media (min-width: 1366px) {
  .hintro-wrapper .hintro {
    width: calc(100% + 14px);
    padding-right: 66px; }
    .hintro-wrapper .hintro .arrow-btn {
      width: 66px;
      height: 66px; }
      .hintro-wrapper .hintro .arrow-btn .iconfont {
        font-size: 20px; }
  .list-hintro {
    margin-top: 55px; }
    .list-hintro .item .icon-wrapper .iconfont {
      font-size: 32px; }
    .list-hintro .item .title {
      font-size: 17px; }
    .list-hintro .item .des {
      font-size: 13px; } }

@media (min-width: 1680px) {
  .list-hintro {
    margin-top: 65px; }
    .list-hintro .item .icon-wrapper .iconfont {
      font-size: 36px; }
    .list-hintro .item .des {
      font-size: 14px; } }

.list-hnews {
  margin-top: 15px; }
  .list-hnews .item .img-wrapper {
    height: 100px;
    overflow: hidden; }
    .list-hnews .item .img-wrapper img {
      width: 100%; }
  .list-hnews .item .bg-white {
    padding-top: 10px; }
    .list-hnews .item .bg-white .title {
      line-height: 1.5;
      margin-bottom: 3px; }
    .list-hnews .item .bg-white .time {
      font-size: 12px; }

@media (min-width: 768px) {
  .hnews-wrapper .list-nav {
    padding-top: 5px; }
    .hnews-wrapper .list-nav::before {
      position: absolute;
      content: '';
      z-index: 1;
      top: 17px;
      left: -60px;
      width: 50px;
      height: 1px;
      background-color: #4170fc; }
    .hnews-wrapper .list-nav a {
      padding: 0 10px; }
      .hnews-wrapper .list-nav a.active, .hnews-wrapper .list-nav a:hover, .hnews-wrapper .list-nav a:active, .hnews-wrapper .list-nav a:focus {
        color: #4170fc; }
  .list-hnews .item {
    margin-bottom: 25px; }
    .list-hnews .item .img-wrapper {
      height: 204px; }
    .list-hnews .item .bg-white {
      padding-top: 20px; }
      .list-hnews .item .bg-white .time {
        font-size: 13px; } }

@media (min-width: 1024px) {
  .list-hnews {
    margin-bottom: -117px; }
    .list-hnews .item {
      margin-bottom: 0; }
      .list-hnews .item .img-wrapper {
        height: 130px; }
      .list-hnews .item .bg-white {
        padding: 20px 15px; }
        .list-hnews .item .bg-white .title {
          line-height: 22px;
          height: 44px;
          margin-bottom: 8px; }
        .list-hnews .item .bg-white .time {
          font-size: 13px; } }

@media (min-width: 1366px) {
  .hnews-wrapper .list-nav a {
    font-size: 16px; }
  .list-hnews {
    margin-bottom: -129px; }
    .list-hnews .item .img-wrapper {
      height: 170px; }
    .list-hnews .item .bg-white {
      padding: 25px 20px; }
      .list-hnews .item .bg-white .title {
        margin-bottom: 10px; } }

@media (min-width: 1680px) {
  .list-hnews {
    margin-bottom: -165px; }
    .list-hnews .item .img-wrapper {
      height: 201px; }
    .list-hnews .item .bg-white {
      padding: 35px 30px; }
      .list-hnews .item .bg-white .title {
        line-height: 26px;
        height: 52px;
        margin-bottom: 15px; } }

.list-news-oneimg .item {
  padding-top: 15px;
  padding-bottom: 15px; }
  .list-news-oneimg .item:first-child {
    padding-top: 0; }
  .list-news-oneimg .item .time-wrapper {
    margin-top: 5px; }
  .list-news-oneimg .item .content {
    padding-bottom: 8px; }
  .list-news-oneimg .item .img-wrapper {
    width: 120px;
    height: 73px; }
  .list-news-oneimg .item .content {
    width: calc(100% - 120px);
    padding-left: 15px; }
    .list-news-oneimg .item .content .title {
      font-size: 18px;
      line-height: 1.7; }
    .list-news-oneimg .item .content .des {
      font-size: 14px; }

/*翻页*/
.pagination {
  margin-top: 20px; }
  .pagination .page-item .page-link {
    display: inline-block;
    color: #575757;
    width: 36px;
    padding-left: 0;
    padding-right: 0;
    text-align: center; }
  .pagination .page-item.active .page-link {
    color: #fff;
    background-color: #172a4f;
    border-color: #172a4f; }

@media (min-width: 768px) {
  .list-news-oneimg .item .img-wrapper {
    width: 200px;
    height: 122px; }
  .list-news-oneimg .item .content {
    width: calc(100% - 200px);
    padding-left: 20px; }
    .list-news-oneimg .item .content .btn-more {
      margin-top: 20px;
      padding-left: 25px;
      padding-right: 25px; }
  /*翻页*/
  .pagination {
    margin-top: 30px; }
    .pagination .page-item {
      margin: 0 4px; }
      .pagination .page-item .page-link {
        border-radius: 3px; } }

@media (min-width: 1024px) {
  .list-news-oneimg .item .time-wrapper {
    font-size: 14px; }
    .list-news-oneimg .item .time-wrapper .time .iconfont {
      color: #d0d5d9;
      font-size: 22px; }
    .list-news-oneimg .item .time-wrapper .source {
      padding-left: 20px; }
  .list-news-oneimg .item .content {
    padding-bottom: 5px; }
  .list-news-oneimg .item .img-wrapper {
    width: 300px;
    height: 183px; }
  .list-news-oneimg .item .content {
    width: calc(100% - 300px);
    padding-left: 30px; }
    .list-news-oneimg .item .content .title {
      font-size: 24px;
      -webkit-line-clamp: 1;
      line-clamp: 1; }
    .list-news-oneimg .item .content .des {
      font-size: 15px;
      line-height: 1.7;
      margin-top: 20px; }
    .list-news-oneimg .item .content .btn-more {
      margin-top: 35px; }
      .list-news-oneimg .item .content .btn-more:hover, .list-news-oneimg .item .content .btn-more:active, .list-news-oneimg .item .content .btn-more:focus {
        background-color: #172a4f !important;
        border-color: #172a4f !important; }
  /*翻页*/
  .pagination {
    margin-top: 40px; }
    .pagination .page-item {
      margin: 0 5px; } }

@media (min-width: 1366px) {
  .list-news-oneimg .item {
    padding-top: 20px;
    padding-bottom: 20px; }
    .list-news-oneimg .item .time-wrapper .time .iconfont {
      font-size: 24px; }
    .list-news-oneimg .item .time-wrapper .source {
      padding-left: 30px; }
    .list-news-oneimg .item .content {
      padding-bottom: 15px; }
    .list-news-oneimg .item .img-wrapper {
      width: 400px;
      height: 244px; }
    .list-news-oneimg .item .content {
      width: calc(100% - 400px);
      padding-left: 40px; }
      .list-news-oneimg .item .content .title {
        font-size: 28px; }
      .list-news-oneimg .item .content .time-wrapper, .list-news-oneimg .item .content .des {
        margin-top: 20px; }
      .list-news-oneimg .item .content .btn-more {
        padding: 12px 45px; }
  /*翻页*/
  .pagination {
    margin-top: 50px; } }

@media (min-width: 1680px) {
  .list-news-oneimg .item {
    padding-top: 25px;
    padding-bottom: 25px; }
    .list-news-oneimg .item > .title {
      font-size: 17px; }
    .list-news-oneimg .item .time-wrapper {
      font-size: 15px; }
    .list-news-oneimg .item .img-wrapper {
      width: 490px;
      height: 300px; }
    .list-news-oneimg .item .content {
      width: calc(100% - 490px);
      padding-left: 55px; }
      .list-news-oneimg .item .content .title {
        font-size: 25px; }
      .list-news-oneimg .item .content .time-wrapper, .list-news-oneimg .item .content .des {
        margin-top: 25px; }
      .list-news-oneimg .item .content .des {
        font-size: 16px; }
      .list-news-oneimg .item .content .btn-more {
        font-size: 15px;
        margin-top: 50px; }
  /*翻页*/
  .pagination {
    margin-top: 50px; }
    .pagination .page-item .page-link {
      width: 38px;
      font-size: 15px; } }

.news-detail-wrapper {
  margin-top: 35px; }
  .news-detail-wrapper .title-news-detail {
    margin-bottom: 10px; }
    .news-detail-wrapper .title-news-detail .title {
      font-size: 22px;
      margin-bottom: 3px; }
    .news-detail-wrapper .title-news-detail .des {
      font-size: 14px; }

.page-turn {
  margin-top: 20px; }
  .page-turn .btn {
    padding: 12px 30px; }

@media (min-width: 768px) {
  .news-detail-wrapper {
    padding: 40px 40px; }
    .news-detail-wrapper .title-news-detail {
      margin-bottom: 15px; }
      .news-detail-wrapper .title-news-detail .title {
        font-size: 26px;
        margin-bottom: 8px; }
      .news-detail-wrapper .title-news-detail .des .time {
        padding-left: 20px; }
  .page-turn {
    margin-top: 30px; }
    .page-turn .btn {
      font-size: 15px; } }

@media (min-width: 1366px) {
  .news-detail-wrapper {
    margin-top: 40px;
    padding: 50px 80px; }
    .news-detail-wrapper .title-news-detail {
      margin-bottom: 25px; }
      .news-detail-wrapper .title-news-detail .title {
        font-size: 30px;
        margin-bottom: 10px; }
  .page-turn {
    margin-top: 30px; }
    .page-turn .btn {
      font-size: 15px; } }

@media (min-width: 1680px) {
  .news-detail-wrapper {
    padding: 60px 100px 80px 100px; }
    .news-detail-wrapper .title-news-detail {
      margin-bottom: 30px; }
      .news-detail-wrapper .title-news-detail .title {
        font-size: 32px;
        margin-bottom: 15px; }
      .news-detail-wrapper .title-news-detail .des {
        font-size: 16px; }
  .page-turn {
    margin-top: 50px; }
    .page-turn .btn {
      font-size: 16px; } }

.list-join-mb .card {
  margin-bottom: 15px;
  border-radius: 0;
  border-width: 0; }
  .list-join-mb .card .card-header {
    padding: 0;
    border-radius: 0;
    border-bottom-width: 0; }
    .list-join-mb .card .card-header .card-link {
      padding: 12px 15px; }
      .list-join-mb .card .card-header .card-link .title {
        padding-left: 20px;
        font-size: 17px; }
        .list-join-mb .card .card-header .card-link .title::before {
          position: absolute;
          content: '';
          z-index: 1;
          left: 0;
          top: 0;
          width: 3px;
          height: 100%;
          background-color: #172a4f; }
      .list-join-mb .card .card-header .card-link .iconfont {
        color: #b2b2b2; }
      .list-join-mb .card .card-header .card-link[aria-expanded='true'] {
        background-color: #172a4f; }
        .list-join-mb .card .card-header .card-link[aria-expanded='true'] .title, .list-join-mb .card .card-header .card-link[aria-expanded='true'] .iconfont {
          color: #fff; }
        .list-join-mb .card .card-header .card-link[aria-expanded='true'] .title::before {
          background-color: #fff; }
        .list-join-mb .card .card-header .card-link[aria-expanded='true'] .iconfont {
          transform: rotate(180deg); }
  .list-join-mb .card .card-body {
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #ededed;
    padding: 15px; }
    .list-join-mb .card .card-body .title {
      font-size: 16px; }
    .list-join-mb .card .card-body .des {
      font-size: 15px;
      margin-bottom: 15px; }
    .list-join-mb .card .card-body .btn-apply {
      padding: 6px 25px;
      font-size: 15px; }
      .list-join-mb .card .card-body .btn-apply .iconfont {
        font-size: 20px; }

@media (min-width: 768px) {
  .list-join-mb .card .card-body {
    padding: 20px; } }

@media (min-width: 1024px) {
  .list-join-pc .nav-pills {
    width: 32%; }
    .list-join-pc .nav-pills .nav-item {
      margin-bottom: 2px; }
      .list-join-pc .nav-pills .nav-item .nav-link {
        position: relative;
        border-radius: 0;
        background-color: #f2f6f9;
        padding-left: 40px;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #303030; }
        .list-join-pc .nav-pills .nav-item .nav-link::before {
          position: absolute;
          content: '';
          z-index: 1;
          left: 20px;
          top: 20px;
          bottom: 20px;
          width: 3px;
          background-color: #a0a0a0; }
        .list-join-pc .nav-pills .nav-item .nav-link.active {
          background-color: #172a4f;
          color: #fff; }
          .list-join-pc .nav-pills .nav-item .nav-link.active::before {
            background-color: #fff; }
  .list-join-pc .tab-content {
    border-color: #172a4f !important; }
    .list-join-pc .tab-content .tab-pane {
      padding: 40px; }
      .list-join-pc .tab-content .tab-pane .title {
        font-size: 18px;
        margin-bottom: 20px; }
      .list-join-pc .tab-content .tab-pane .des {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 15px; }
      .list-join-pc .tab-content .tab-pane .btn-apply {
        padding: 6px 25px;
        font-size: 15px; }
        .list-join-pc .tab-content .tab-pane .btn-apply .iconfont {
          font-size: 20px; } }

@media (min-width: 1366px) {
  .list-join-pc .nav-pills .nav-item .nav-link {
    font-size: 17px; }
  .list-join-pc .tab-content {
    border-color: #172a4f !important; }
    .list-join-pc .tab-content .tab-pane {
      padding: 50px; } }

@media (min-width: 1680px) {
  .list-join-pc .nav-pills .nav-item .nav-link {
    font-size: 18px;
    padding-top: 25px;
    padding-bottom: 25px; }
    .list-join-pc .nav-pills .nav-item .nav-link::before {
      top: 25px;
      bottom: 25px; }
  .list-join-pc .tab-content {
    border-color: #172a4f !important; }
    .list-join-pc .tab-content .tab-pane {
      padding: 60px; }
      .list-join-pc .tab-content .tab-pane .title {
        font-size: 20px; } }

/*联系我们、在线解答*/
.contact-wrapper, .answer-wrapper > .bg-white {
  padding-left: 15px;
  padding-right: 15px; }

.contact-wrapper {
  background-image: url(../images/bg-contact.png);
  background-size: 70%;
  background-position: right bottom;
  background-repeat: no-repeat; }

.form-answer .form-control {
  background-color: #f2f6f9; }

@media (min-width: 768px) {
  .contact-wrapper, .answer-wrapper > .bg-white {
    padding-left: 45px;
    padding-right: 45px; }
  .contact-wrapper {
    background-size: 50%; }
  .form-answer .form-group {
    margin-bottom: 20px; }
  .form-answer .right-wrapper {
    width: 100px;
    margin-left: 20px; }
    .form-answer .right-wrapper .btn {
      font-size: 16px; } }

@media (min-width: 1024px) {
  .contact-wrapper {
    width: 360px;
    background-size: 100%; }
  .form-answer .left-wrapper .row {
    margin-left: -10px !important;
    margin-right: -10px !important; }
    .form-answer .left-wrapper .row > * {
      padding-left: 10px !important;
      padding-right: 10px !important; } }

@media (min-width: 1366px) {
  .contact-wrapper {
    width: 420px; } }

@media (min-width: 1680px) {
  .contact-wrapper {
    width: 480px; }
    .contact-wrapper p {
      margin-bottom: 1.5em; }
  .answer-wrapper {
    margin-left: 30px !important; }
    .answer-wrapper > .bg-white {
      margin-bottom: 30px !important; } }

.about-intro-wrapper .title {
  font-size: 16px; }

.about-intro-wrapper .bg-gray {
  background-color: #fff !important; }

@media (min-width: 768px) {
  .about-intro-wrapper .title {
    font-size: 16px; }
  .about-intro-wrapper .img-wrapper {
    height: 400px; } }

@media (min-width: 1024px) {
  .about-intro-wrapper .title {
    font-size: 16px; }
  .about-intro-wrapper .bg-gray {
    padding: 50px 50px 0 50px;
    background-color: #f2f6f9 !important;
    background-image: url(../images/bg-intro.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 45%; }
  .about-intro-wrapper .img-wrapper {
    height: auto; } }

@media (min-width: 1366px) {
  .about-intro-wrapper .title {
    font-size: 18px; }
  .about-intro-wrapper .bg-gray {
    background-color: #f2f6f9 !important;
    padding: 80px 60px 0 60px; } }

@media (min-width: 1680px) {
  .about-intro-wrapper .title {
    font-size: 20px; }
  .about-intro-wrapper .bg-gray {
    background-color: #f2f6f9 !important;
    padding: 100px 70px 0 70px; } }

.list-history .year-wrapper .btn {
  padding: 8px 30px;
  margin-bottom: 15px;
  background-color: #fff;
  margin-top: 15px; }

.list-history .year-wrapper:nth-child(1) .btn {
  margin-top: 0; }

.list-history .item-wrapper .item {
  padding: 15px;
  margin-bottom: 15px; }
  .list-history .item-wrapper .item .img-wrapper {
    width: 80px;
    margin-right: 15px; }
  .list-history .item-wrapper .item .des {
    line-height: 1.5;
    font-size: 14px; }
  .list-history .item-wrapper .item:last-child {
    margin-bottom: 25px; }

@media (min-width: 1024px) {
  .list-history {
    position: relative; }
    .list-history::before {
      position: absolute;
      content: '';
      z-index: 0;
      left: 50%;
      top: 0;
      bottom: -60px;
      width: 1px;
      background-color: #d2d2d2; }
    .list-history .year-wrapper {
      position: relative;
      z-index: 3; }
      .list-history .year-wrapper .btn {
        padding: 6px 40px;
        font-size: 16px;
        margin-bottom: 20px;
        margin-top: 90px; }
    .list-history .item-wrapper .item {
      position: relative;
      z-index: 5;
      width: 435px;
      padding: 20px;
      margin-bottom: -50px;
      transition: .4s; }
      .list-history .item-wrapper .item:nth-child(n+4).left {
        margin-top: 34px;
        margin-bottom: -58px; }
      .list-history .item-wrapper .item::before, .list-history .item-wrapper .item::after {
        position: absolute;
        content: '';
        z-index: 0;
        border-radius: 50%;
        top: 50%; }
      .list-history .item-wrapper .item::before {
        z-index: 1;
        right: -35px;
        width: 9px;
        height: 9px;
        margin-top: -5px;
        background-color: #d2d2d2; }
      .list-history .item-wrapper .item::after {
        right: -41px;
        width: 21px;
        height: 21px;
        margin-top: -11px;
        border: 1px solid transparent; }
      .list-history .item-wrapper .item .img-wrapper {
        margin-right: 20px; }
      .list-history .item-wrapper .item.right {
        margin-left: 495px; }
        .list-history .item-wrapper .item.right::before {
          left: -34px; }
        .list-history .item-wrapper .item.right::after {
          left: -40px; }
      .list-history .item-wrapper .item:hover {
        background-color: #172a4f !important; }
        .list-history .item-wrapper .item:hover::before {
          background-color: #172a4f; }
        .list-history .item-wrapper .item:hover::after {
          border-color: #172a4f;
          background-color: #fff; }
        .list-history .item-wrapper .item:hover .des {
          color: #fff; } }

@media (min-width: 1366px) {
  .list-history {
    padding-left: 60px; }
    .list-history::before {
      bottom: -80px; }
    .list-history .year-wrapper {
      margin-left: -60px; }
      .list-history .year-wrapper .btn {
        font-size: 18px;
        padding: 5px 50px;
        margin-bottom: 30px;
        margin-top: 120px; }
    .list-history .item-wrapper .item {
      width: 500px;
      padding: 20px;
      margin-bottom: -70px; }
      .list-history .item-wrapper .item:nth-child(n+4).left {
        margin-top: 65px;
        margin-bottom: -85px; }
      .list-history .item-wrapper .item::before {
        right: -45px; }
      .list-history .item-wrapper .item::after {
        right: -51px; }
      .list-history .item-wrapper .item .img-wrapper {
        width: 120px;
        margin-right: 15px; }
      .list-history .item-wrapper .item .des {
        font-size: 15px; }
      .list-history .item-wrapper .item.right {
        margin-left: 580px; }
        .list-history .item-wrapper .item.right::before {
          left: -44px; }
        .list-history .item-wrapper .item.right::after {
          left: -50px; } }

@media (min-width: 1680px) {
  .list-history {
    padding-left: 120px; }
    .list-history .year-wrapper {
      margin-left: -120px; }
      .list-history .year-wrapper .btn {
        font-size: 20px;
        padding: 5px 50px;
        margin-bottom: 30px;
        margin-top: 130px; }
    .list-history .item-wrapper .item {
      width: 530px; }
      .list-history .item-wrapper .item .des {
        font-size: 15px; }
      .list-history .item-wrapper .item::before {
        right: -55px; }
      .list-history .item-wrapper .item::after {
        right: -61px; }
      .list-history .item-wrapper .item.right {
        margin-left: 630px; }
        .list-history .item-wrapper .item.right::before {
          left: -54px; }
        .list-history .item-wrapper .item.right::after {
          left: -60px; } }

.list-page-info {
  max-width: 1200px;
  margin: 0 auto; }
  .list-page-info .item .icon-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 5px;
    margin-right: 15px;
    font-size: 20px;
    background-color: #2e549f !important; }
  .list-page-info .item .con-wrapper .title {
    font-size: 15px;
    margin-bottom: 2px; }
  .list-page-info .item .con-wrapper .des {
    line-height: 1.5;
    font-size: 13px; }

@media (min-width: 1024px) {
  .list-page-info .item .con-wrapper .title {
    font-size: 16px;
    margin-bottom: 5px; }
  .list-page-info .item .con-wrapper .des {
    font-size: 14px; } }

@media (min-width: 1366px) {
  .list-page-info .item .icon-wrapper {
    width: 80px;
    height: 80px;
    font-size: 24px;
    margin-right: 25px; }
  .list-page-info .item .con-wrapper .title {
    font-size: 18px;
    margin-bottom: 8px; }
  .list-page-info .item .con-wrapper .des {
    font-size: 15px; } }

.list-page-culture .item .con-wrapper {
  padding: 25px 15px;
  background-color: #f1f6f9;
  background-image: url(../images/bg-intro.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 30%; }
  .list-page-culture .item .con-wrapper .iconfont {
    font-size: 38px;
    line-height: 1; }
  .list-page-culture .item .con-wrapper .title {
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 8px; }
  .list-page-culture .item .con-wrapper .des {
    font-size: 14px;
    line-height: 1.7; }

.list-page-culture .item:last-child .con-wrapper {
  background-image: none;
  padding: 0; }

@media (min-width: 768px) {
  .list-page-culture .item .con-wrapper {
    padding: 25px;
    height: 300px; } }

@media (min-width: 1024px) {
  .list-page-culture .item .con-wrapper {
    height: 320px; } }

@media (min-width: 1366px) {
  .list-page-culture .item .con-wrapper {
    height: 360px;
    padding: 30px 30px; }
    .list-page-culture .item .con-wrapper .iconfont {
      font-size: 50px; }
    .list-page-culture .item .con-wrapper .title {
      font-size: 19px;
      margin-top: 18px;
      margin-bottom: 15px; }
    .list-page-culture .item .con-wrapper .des {
      font-size: 15px; } }

@media (min-width: 1680px) {
  .list-page-culture .item .con-wrapper {
    height: 410px;
    padding: 60px 40px 0 40px; }
    .list-page-culture .item .con-wrapper .iconfont {
      font-size: 60px; }
    .list-page-culture .item .con-wrapper .title {
      font-size: 20px;
      margin-top: 20px;
      margin-bottom: 15px; } }

.honor-wrapper {
  max-width: 840px;
  margin: 0 auto; }
  .honor-wrapper .list-manage .con-wrapper .title {
    font-size: 18px; }
    .honor-wrapper .list-manage .con-wrapper .title .sub-title {
      font-size: 13px; }

@media (min-width: 768px) {
  .honor-wrapper .honor-title {
    font-size: 16px; }
  .honor-wrapper .list-manage .img-wrapper {
    width: 170px;
    margin-right: 20px; }
  .honor-wrapper .list-manage .con-wrapper .title {
    font-size: 20px; }
    .honor-wrapper .list-manage .con-wrapper .title .sub-title {
      font-size: 15px; } }

@media (min-width: 1366px) {
  .honor-wrapper {
    line-height: 2; }
    .honor-wrapper .honor-title {
      font-size: 18px; } }

.ft-wrapper {
  padding: 20px 0;
  font-size: 13px; }
  .ft-wrapper, .ft-wrapper a, .ft-wrapper .btn {
    color: rgba(255, 255, 255, 0.6) !important;
    transition: .3s; }
  .ft-wrapper a:hover {
    color: rgba(255, 255, 255, 0.9) !important; }
  .ft-wrapper .ft-left img {
    height: 36px; }
  .ft-wrapper .ft-right img {
    width: 108px;
    height: 108px; }

@media (min-width: 768px) {
  .ft-wrapper {
    padding: 40px 0; } }

@media (min-width: 1024px) {
  .ft-wrapper {
    padding: 50px 0;
    font-size: 14px; }
    .ft-wrapper .ft-left img {
      height: 40px; } }

@media (min-width: 1366px) {
  .ft-wrapper {
    padding: 65px 0; }
    .ft-wrapper .ft-left img {
      height: 46px; } }
